AggregateRefs<'TCommand, 'TEvent>Record

PackageFCQRS
The two C#-facing pieces of a wired aggregate: a Factory for entity refs (used by sagas to target the aggregate) and a Handler to send a command and await its event (used by the delivery layer). Returned by InitAggregate.

Fields

NameTypeDescription
FactoryFactoryNo description available.
HandlerHandlerNo description available.